home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re Icons don't show up in th.1 < prev    next >
Encoding:
Internet Message Format  |  1996-07-01  |  1.4 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Icons don't show up in the menu
  2. Sent:        7/1/96 10:57 AM
  3. Received:    7/1/96 11:02 AM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >How can I do this using the ODF class FW_CSharedLibraryResourceFile for
  9. >this? I've only seen it used to set up a scope within a method, not across
  10. >methods.
  11. >
  12.  
  13. You need to use the OpenDoc utilities methods BeginUsingLibraryResources 
  14. and EndUsingLibraryResources. ODF 1 doesn't provide such utilities but 
  15. there are no problems using the OD utilities.
  16.  
  17. >How do I check for a key down event in ODF? I can't find any HandleKey, or
  18. >KeyDown methods that I can subclass, and my DoVirtualKey method is not
  19. >called with some command key events.
  20.  
  21. Look at FW_MEventHandler::HandleCharKey.
  22.  
  23. ........................................................................
  24.  Henri Lamiraux                                      lamiraux@apple.com
  25.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  26. ........................................................................
  27.  
  28.  
  29.  
  30. ........................................................................
  31.  Henri Lamiraux                                      lamiraux@apple.com
  32.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  33. ........................................................................
  34.  
  35.